NevronOpenVision
Nevron.Nov.UI Namespace / NLayoutPanel<TLayout,TChildren> Class
Fields Properties Methods Events


In This Topic
    NLayoutPanel<TLayout,TChildren> Class Members
    In This Topic

    The following tables list the members exposed by NLayoutPanel<TLayout,TChildren>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the HorizontalSpacing property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NLayoutPanel.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the UniformHeights property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the UniformWidths property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the VerticalSpacing property  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the minimal horizontal spacing between the arranged items  
    Public PropertyGets or sets the way in which the items are resized in the Y dimension prior to being measured or arranged. By default set to None, which means that cells are initially having their desired heights.  
    Public PropertyGets or sets the way in which the items are resized in the X dimension prior to being measured or arranged. By default set to None, which means that cells are initially having their desired widths.  
    Public PropertyGets or sets the minimal vertical spacing between the arranged items  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arranges the content of the element within the specified content area.  
    Protected MethodCreates a new layout.  
    Protected MethodGets a configured layout for measure and arrange purposes.  
    Protected MethodGets a widget layout context for the specified content area.  
    Protected MethodOverridden. Measures the element content  
    Top
    See Also